projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93fdef
)
luci-app-opkg: add PROVIDES luci-app-package-manager
author
Hannu Nyman
<
[email protected]
>
Sun, 27 Oct 2024 08:42:30 +0000
(10:42 +0200)
committer
Hannu Nyman
<
[email protected]
>
Sun, 27 Oct 2024 08:42:30 +0000
(10:42 +0200)
To ease image generation with a package list from 24.xx
or main/master snapshot, add a PROVIDES statement to support
also the package's newer name luci-app-package-manager.
Signed-off-by: Hannu Nyman <
[email protected]
>
applications/luci-app-opkg/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-opkg/Makefile
b/applications/luci-app-opkg/Makefile
index 5763e9115ebd3e28013eb632a4697e98cf05414c..3688ecf78ba42b21ea0b5fa1dce4be1c6f24511e 100644
(file)
--- a/
applications/luci-app-opkg/Makefile
+++ b/
applications/luci-app-opkg/Makefile
@@
-9,6
+9,8
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=OPKG package management application
LUCI_DEPENDS:=+opkg
+PKG_PROVIDES:=luci-app-package-manager
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature